home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / tanh.z / tanh
Encoding:
Text File  |  2002-10-03  |  2.0 KB  |  59 lines

  1. TANH(3I)                                              Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      TTAANNHH, DDTTAANNHH, QQTTAANNHH - Computes hyperbolic tangent
  6.  
  7. SSYYNNOOPPSSIISS
  8.      TTAANNHH (([XX==]_x))
  9.      DDTTAANNHH (([XX==]_x))
  10.      QQTTAANNHH (([XX==]_x))
  11.  
  12. IIMMPPLLEEMMEENNTTAATTIIOONN
  13.      UNICOS, UNICOS/mk, IRIX systems
  14.  
  15.      CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
  16.  
  17. SSTTAANNDDAARRDDSS
  18.      Fortran
  19.  
  20.      Fortran extension:  QQTTAANNHH
  21.  
  22. DDEESSCCRRIIPPTTIIOONN
  23.      The TTAANNHH, DDTTAANNHH, and QQTTAANNHH intrinsic functions compute the hyperbolic
  24.      tangent of _x.  These functions evaluate _y = tanh(_x).  They are
  25.      elemental functions.  They accept the following argument:
  26.  
  27.      _x         Must be of type real.  The type and kind type of _x is
  28.                identical to the type and kind type of the return value.
  29.                See the RETURN VALUES section for information on input data
  30.                types and return values.
  31.  
  32.      TTAANNHH is the generic function name; the others are specifics.
  33.  
  34. NNOOTTEESS
  35.      The TTAANNHH and DDTTAANNHH intrinsic function names can be passed as
  36.      arguments; the other cannot.
  37.  
  38.      On CRAY T90 systems that support IEEE arithmetic, these return values
  39.      occur:
  40.  
  41.           TTAANNHH((_x)) = 1.0 if _x > 19.1
  42.  
  43.           TTAANNHH((_x)) = -1.0 if _x < -19.1
  44.  
  45.           TTAANNHH((NaN)) = NaN
  46.  
  47. RREETTUURRNN VVAALLUUEESS
  48.      TTAANNHH returns the real hyperbolic tangent of its real argument.
  49.  
  50.      DDTTAANNHH returns the double-precision real hyperbolic tangent of its
  51.      double-precision argument.
  52.  
  53.      QQTTAANNHH returns the quad-precision real hyperbolic tangent of its
  54.      quad-precision argument.
  55.  
  56. SSEEEE AALLSSOO
  57.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  58.      man page.
  59.